code_checker ~master (2018-07-16T19:27:17Z)
Dub
Repo
Mock.returnValue
unit_threaded
mock
Mock
Set the returnValue of a function to certain values.
void
returnValue
(
V
values
)
struct
Mock
(T)
void
returnValue
(
string
funcName
V
...
)
(
V
values
)
void
returnValue
(
V
values
)
Meta
Source
See Implementation
unit_threaded
mock
Mock
constructors
this
destructors
~this
functions
returnValue
Set the returnValue of a function to certain values.